IIoStatus Interface

Represents the digital inputs and outputs of an axis.

Inheritance hierarchy

System.Object
  System.ComponentModel.INotifyPropertyChanged
    IntervalZero.KINGSTAR.Base.Class.IIoStatus

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface IIoStatus : INotifyPropertyChanged
Public Interface IIoStatus Inherits INotifyPropertyChanged

 

The IIoStatus interface exposes the following members.

Properties

  Name Description
DigitalInputs A value of a digital input.
DigitalOutputs A value of a digital output.

See also

IntervalZero.KINGSTAR.Base.Class Namespace